/*\
 *	Print.css
 *	Created specifically to assist users when 
 *	attempting to print filing receipt pages
\*/
html			{ background: none !important; }
body			{ background: none !important; }
#headerTop	{ display: none !important; }
#headerNav	{ display: none !important; }
#headerInfo	{ display: none !important; }
#container	{ margin: 0 !important; }
#content	{ margin: 0 !important; }
#footer		{ display: none !important; }
#footerBottomContainer { display: none !important; }